home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / T2500.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  47 lines

  1. ; Telebit T2500
  2. ;
  3. ; BEFORE STARTING: Place your Telebit in CCM (Conventional Command Mode)
  4. ;                  by following these steps:
  5. ;
  6. ;  1. Start with the modem OFF
  7. ;  2. Press and hold the T/D while turning the modem ON.  Release the
  8. ;     T/D switch when the PEP, CD, and MR lights flash.
  9. ;  3. Tap the T/D switch until the CD light is lit (but not flashing)
  10. ;     and the PEP and MR lights are OFF.
  11. ;  4. Press and hold the T/D switch until the CD starts flashing
  12. ;     again (about 2 seconds or longer)
  13. ;
  14. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  15. ; program, type the following lines and press ENTER after each.  Then
  16. ; exit and restart TE/2.
  17. ;
  18. ;       ATE1Q0M1X4V1S11=60  X3??
  19. ;       AT&C1&D2&G0&J0&K3&L0&P0
  20. ;       AT&Q5&W
  21. ;
  22. ;
  23. ; NOTES: Set ALL dialing directory entries to 19200 baud
  24.  
  25. Baud          19200
  26. Parity        N
  27. WordLen       8
  28. StopBits      1
  29.  
  30. XonXoff       BOTH
  31. CtsRts        BOTH
  32. MatchBaud     FALSE
  33.  
  34. ModemInitStrg ATZ^M
  35. ModemDialStrg ATDT
  36. ModemDialSufx ^M
  37. ModemHangStrg ;
  38. DTRHangup     TRUE
  39.  
  40. Connect       CONNECT,19200
  41.  
  42. NoConnect     NO_DIALTONE
  43. NoConnect     NO_CARRIER
  44. NoConnect     BUSY
  45. NoConnect     VOICE
  46.  
  47.